Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Aigle is an ideal Promise library, faster and more functional than other Promise libraries
Aigle is an ideal Promise library, faster and more functional than other Promise libraries. Aigle is never slow down even if you mix different Aigle versions and other promise libraries. (benchmark)
Also Aigle has a lot of async functions, you can start using Promise
easily.
Let's stop using callback style and start using Aigle.
npm install --save aigle
const Promise = require('aigle');
Recommend to use webpack, browserify, Rollup or any bundling tool.
This will expose to global as window.Promise
.
<script src="dist/aigle.min.js"></script>
window.Promise;
concat
concatSeries
concatLimit
each
eachSeries
eachLimit
every
everySeries
everyLimit
filter
filterSeries
filterLimit
find
findSeries
findLimit
forEach
-> each
forEachSeries
-> eachSeries
forEachLimit
-> eachLimit
groupBy
groupBySeries
groupByLimit
map
mapSeries
mapLimit
mapValues
mapValuesSeries
mapValuesLimit
omit
omitSeries
omitLimit
pick
pickSeries
pickLimit
reduce
reduceSeries
reduceLimit
reject
rejectSeries
rejectLimit
some
someSeries
someLimit
sortBy
sortBySeries
sortByLimit
transform
transformSeries
transformLimit
Promise.concat
Promise.concatSeries
Promise.concatLimit
Promise.each
Promise.eachSeries
Promise.eachLimit
Promise.every
Promise.everySeries
Promise.everyLimit
Promise.filter
Promise.filterSeries
Promise.filterLimit
Promise.find
Promise.findSeries
Promise.findLimit
Promise.forEach
-> Promise.each
Promise.forEachSeries
-> Promise.eachSeries
Promise.forEachLimit
-> Promise.eachLimit
Promise.groupBy
Promise.groupBySeries
Promise.groupByLimit
Promise.map
Promise.mapSeries
Promise.mapLimit
Promise.mapValues
Promise.mapValuesSeries
Promise.mapValuesLimit
Promise.omit
Promise.omitSeries
Promise.omitLimit
Promise.pick
Promise.pickSeries
Promise.pickLimit
Promise.reduce
Promise.reduceSeries
Promise.reduceLimit
Promise.reject
Promise.rejectSeries
Promise.rejectLimit
Promise.some
Promise.someSeries
Promise.someLimit
Promise.sortBy
Promise.sortBySeries
Promise.sortByLimit
Promise.transform
Promise.transformSeries
Promise.transformLimit
Promise.all
Promise.doUntil
Promise.doWhilst
Promise.parallel
Promise.props
Promise.race
Promise.retry
Promise.times
Promise.timesSeries
Promise.timesLimit
Promise.until
Promise.whilst
FAQs
Aigle is an ideal Promise library, faster and more functional than other Promise libraries
The npm package aigle receives a total of 19,792 weekly downloads. As such, aigle popularity was classified as popular.
We found that aigle demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.